export declare function generateTemplateCustomizationFunction({ projectId, }: { projectId: string | undefined; }): () => { subscribe: (cb: Function) => { unsubscribe: () => void; }; };