import { DocumentTypeService } from './document-type.service';
export declare class DocumentTypeController {
    private readonly documentTypeService;
    constructor(documentTypeService: DocumentTypeService);
    findAll(): Promise<any>;
}
