import { Struct, Superstruct } from '..'; export declare const createRecord: (schema: [any, any], defaults: any, struct: Superstruct) => Struct;