export declare function setProgramName(src: string, { name }: {
    name: string;
}, isFragment?: boolean): string;
