import type { BlockConfigType } from '@loopstack/contracts/types'; import type { BlockOptions } from '../decorators/index.js'; export declare function buildConfig(options: BlockOptions, type?: string): BlockConfigType; //# sourceMappingURL=block-config.builder.d.ts.map