import ts from 'typescript';
export declare const getSrcDir: (sourceFile: ts.SourceFile) => string;
export declare const usesSharpImageService: (sourceFile: ts.SourceFile) => boolean;
