type Query = {
    id?: string;
    token?: string;
};
export default Query;
//# sourceMappingURL=query.d.ts.map