import './variations'; import { Container } from 'meta-utils'; export declare const greyscriptMeta: Container; export declare const isNative: (types: string[], property: string) => boolean; export declare const getSiteLanguageFile: (language?: string) => Record; export declare const getSiteDescription: (tag: string, language?: string) => string;