export type ExpiryPreset = { label: string; hours: number; }; export declare const DEFAULT_EXPIRY_PRESETS: ExpiryPreset[]; export declare const DEFAULT_TTL_HOURS = 24;