export declare function hasPragma(text: string): boolean;
export declare function insertPragma(text: string): string;
