import ProfilePermission_ from './ProfilePermission';
import SigningProfile_ from './SigningProfile';
export declare namespace Signer {
    const ProfilePermission: typeof ProfilePermission_;
    const SigningProfile: typeof SigningProfile_;
}
export default Signer;
