import LinkedAccount from './LinkedAccount';
export declare const models: {
    LinkedAccount: typeof LinkedAccount;
};
