import { Auth } from './Auth';
import { CacheControl } from './CacheControl';
import { Deprecated } from './Deprecated';
import { Metric } from './Metric';
import { SanitizeDirective } from './Sanitize';
import { SettingsDirective } from './Settings';
import { SmartCacheDirective } from './SmartCacheDirective';
import { TranslatableV2 } from './TranslatableV2';
import { TranslateTo } from './TranslateTo';
export { parseTranslatableStringV2, formatTranslatableStringV2 } from '../../utils/translations';
export declare const nativeSchemaDirectives: {
    auth: typeof Auth;
    cacheControl: typeof CacheControl;
    deprecated: typeof Deprecated;
    metric: typeof Metric;
    sanitize: typeof SanitizeDirective;
    settings: typeof SettingsDirective;
    smartcache: typeof SmartCacheDirective;
    translatableV2: typeof TranslatableV2;
    translateTo: typeof TranslateTo;
};
export declare const nativeSchemaDirectivesTypeDefs: string;
