import { Block, Using } from './types.js'; export * from './reference.js'; export { Block, Setup } from './types.js'; export * from './unproxy.js'; export declare function build(a: T): Using; /** Typing function used to ensure the settings for a block correspond to the * given type. */ export declare function settings(arg: T): T;