import { Blueprint, BlueprintConstantProperties } from '../blueprint/blueprint';
/**
 * Generate a mock from a blueprint
 */
export declare function generate<T>(blueprint: Blueprint<T>, withDefaults?: BlueprintConstantProperties<T>): T;
