export declare function getTimestamp(): number; export declare const loadCdn: string; export interface headers { "x-serverless-sign": string; referer?: string; "user-agent"?: string; "content-type"?: string; [propName: string]: any; }