import type { ContractsOutputs } from '@c15t/backend/contracts';
type ShowConsentBanner = ContractsOutputs['consent']['showBanner'] | undefined;
export declare function getC15TInitialData(backendURL: string, initialHeaders: Headers | Promise<Headers>): Promise<ShowConsentBanner>;
export {};
//# sourceMappingURL=initial-data.d.ts.map