export declare function getPreviewBodyTemplate(configDirPath: string, interpolations?: Record<string, string>): string;
export declare function getPreviewHeadTemplate(configDirPath: string, interpolations?: Record<string, string>): string;
export declare function getManagerHeadTemplate(configDirPath: string, interpolations: Record<string, string>): string;
export declare function getManagerMainTemplate(): string;
export declare function getPreviewMainTemplate(): string;
