import { CrudCollection } from './types'; export declare const assertType: (type: CrudCollection, method: string, klass: string) => void;