import { CronStampConfig } from './config.js';
export declare function postRequest(route: string, content: any, config: CronStampConfig): Promise<Response>;
export declare function getRequest(route: string, content: any, config: CronStampConfig): Promise<Response>;
//# sourceMappingURL=api.d.ts.map