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