export declare const BACKGROUND = "-background";
export declare const getFunctions: (functionsSrcDir: any, config?: {}) => Promise<{
    mainFile: any;
    name: any;
    runtime: any;
    urlPath: string;
    isBackground: any;
    schedule: any;
}[]>;
//# sourceMappingURL=get-functions.d.ts.map