import { AuthOptions } from '../interfaces'; export declare const CrudAuth: (options: AuthOptions) => (target: Object) => void;