import type { ICustomSound } from '@rocket.chat/core-typings'; import { type PaginatedRequest } from '../helpers/PaginatedRequest'; type CustomSoundsGetOne = { _id: ICustomSound['_id']; }; export declare const isCustomSoundsGetOneProps: import("ajv").ValidateFunction; type CustomSoundsList = PaginatedRequest<{ name?: string; }>; export declare const isCustomSoundsListProps: import("ajv").ValidateFunction; type CustomSoundsCreate = Pick; export declare const isCustomSoundsCreateProps: import("ajv").ValidateFunction; type CustomSoundsUpdate = Pick; export declare const isCustomSoundsUpdateProps: import("ajv").ValidateFunction; export {}; //# sourceMappingURL=customSounds.d.ts.map