import { channel, control } from '@synnaxlabs/client'; import { flux } from '../../../flux/aether'; export declare const RESOURCE_NAME = "control state"; export declare const PLURAL_RESOURCE_NAME = "control states"; export type RetrieveQuery = { key: channel.Key; }; export declare const retrieveDefinition: flux.Definition; export type ListQuery = { keys: channel.Key[]; }; export declare const listDefinition: flux.Definition; //# sourceMappingURL=queries.d.ts.map