export declare function makeDefaultConfigForSingleSite(options?: {
    devAccount?: boolean;
}): string;
