/** * Create cookie string. * * @param data */ export declare function createCookieString(data: object): string;