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