export declare const isSingularActionNoun: ({ action, id }: any) => any; export declare const isSingularAction: (action: string) => any; export declare const findArrayActionAndId: ({ ids, code, }: { ids: string[]; code: string; }) => { action: never; id: undefined; } | undefined;