type Options = {};
export type LinkQueryValue = string | null;
export type LinkQuery = Record<string, LinkQueryValue | LinkQueryValue[]>;
export type { Options, };
//# sourceMappingURL=types.d.ts.map