export type IInstructionsType = 'summary' | 'analysis' | 'extract' | 'translate';
export declare const getInstructionForFile: (isHebrew?: boolean, instructionsType?: IInstructionsType) => string;
