export declare const reskinFunnel: (dir: string, appName: string) => Promise; export declare const KNOWN_TEMPLATE_SLUGS: readonly ["12min", "addmile", "astroline", "betterme-chair-yoga", "blesse", "claimbee-funnel", "headway-funnel", "keiki", "monivate", "promova"]; export type TemplateSlugs = typeof KNOWN_TEMPLATE_SLUGS; export declare const isKnownTemplate: (slug: string) => boolean;