import { Command } from 'commander'; import { type GlobalFlags } from '../output.js'; type GF = () => GlobalFlags; export declare function buildCookiesCmd(g: GF): Command; export declare function buildStorageCmd(g: GF): Command; export declare function buildLocalStorageCmd(g: GF): Command; export declare function buildSessionStorageCmd(g: GF): Command; export {}; //# sourceMappingURL=cookies.d.ts.map