import { Options } from './typings'; export declare const warningBanner: (templatePath: string) => string; export declare const exportTestkits: (a: Options) => Promise;