import type * as Options from "@/options/key";
export declare class Key {
    readonly publishingId: string;
    readonly ios: string;
    readonly android: string;
    readonly product: string;
    constructor(key?: Options.Key);
}
