export declare const getTsImportCommentConfig: (tsRelativePath: string) => Promise<any>;
export declare const getTsImportCommentConfigSync: (tsRelativePath: string) => any;
