export declare function shouldPrintEngineSnapshot(): boolean;
export declare function shouldGenerateEngines(): boolean;
export declare function shouldBundleDatastore(): boolean;
export declare const getLmdbOnCdnPath: () => string;
export interface IPlatformAndArch {
    platform: string;
    arch: string;
}
export declare function getCurrentPlatformAndTarget(): IPlatformAndArch;
export declare function getFunctionsTargetPlatformAndTarget(): IPlatformAndArch;
