import Scope from '@core/managers/Scope';
declare const template: {
    BEGIN: string;
    END: string;
    DEFAULT_SPLITTER: string;
};
declare const getScopedField: <T>(scope: T, childrenScope?: string[]) => T;
declare const extractTargetString: <T>(target: string, formScope: Scope, scope?: Scope) => T;
export { getScopedField, extractTargetString, template };
