import { LogTypeValue } from '../Enum';
export declare class CobinhoodRxSettings {
    token?: string;
    logType?: LogTypeValue;
    logWriter?: (...args) => any;
}
