export declare const validateHasPermissionsInput: (data: unknown, errorMessage?: string) => {
    actions?: string[] | undefined;
    hasAtLeastOne?: boolean | undefined;
};
//# sourceMappingURL=hasPermissions.d.ts.map