import { ScullyConfig } from './interfacesandenums'; export declare const getJsName: (name: string) => string; export declare const compileConfig: () => Promise; export declare function determineConfigFilePath(): string;