export function onPreBuild({ constants: { FUNCTIONS_SRC, IS_LOCAL } }: {
    constants: {
        FUNCTIONS_SRC: any;
        IS_LOCAL: any;
    };
}): Promise<{}>;
