import { type IAutomationRecipient, type IWorkspaceUser } from "@gooddata/sdk-model"; export declare function matchUser(user: IWorkspaceUser, search: string): boolean; export declare function matchRecipient(user: IAutomationRecipient, search: string): boolean; export declare function createUser(search: string): IAutomationRecipient; //# sourceMappingURL=users.d.ts.map