declare const createKnexMock: (attributes: { [k: string]: any; }, knexFn?: any) => any; export default createKnexMock;