type Params = {
    filter?: {
        id?: unknown;
    };
};
export default Params;
//# sourceMappingURL=params.d.ts.map