export declare function getValue(key?: string, defaultValue?: string | null): string | null | undefined;
