import * as functions from 'firebase-functions';
import * as configService from './services/config.service';
export * from './triggers';
export declare const tanam: functions.HttpsFunction;
export declare const initializeApp: typeof configService.setConfig;
/**
 * Get a cache header string that can be set in a HTTP response header.
 */
export declare function getCacheHeader(): string;
