messages.d.ts 237 B

1234
  1. export declare function getGlobalImportError(): string;
  2. export declare function getGlobalModuleImportError(): string;
  3. export declare function getLocalModuleImportError(): string;
  4. export declare function getCustomDocumentError(): string;