export declare namespace $secret { function getPin(parameters?: { pin?: string; machineKey?: string; }): Promise; }