import { LocationLocale } from "../types";
export interface Meta {
    locale: {
        code: LocationLocale;
        status: string;
    };
}
//# sourceMappingURL=meta.interface.d.ts.map