import { BlueprintConstantProperties } from './blueprint';
/**
 * Returns an array of mocks from a previously registered `Blueprint`
 */
export declare function arrayFrom<T>(name: string, length: number, withDefaults?: BlueprintConstantProperties<T>): T[];
