import { Config, ConfigOptions } from '@nuofe/ndk-config'; export interface Globals { [name: string]: boolean | 'off' | 'readable' | 'writeable'; } declare const _default: (options: ConfigOptions, globals?: Globals | undefined) => string; export default _default;