import { FConnectionBase } from '../../../f-connection';
export declare class AddConnectionToStoreRequest {
    fConnection: FConnectionBase;
    constructor(fConnection: FConnectionBase);
}
