export declare function getGlobalImportError(file: string | null): string; export declare function getGlobalModuleImportError(): string; export declare function getLocalModuleImportError(): string; export declare function getCustomDocumentError(): string;