/** * Retrieves the value associated with the specified key from the flag map. * * @param key - The key to retrieve the value for. * @return The value associated with the specified key. */ export declare function GetFlag(key: string): any;