import { Pulse } from '.';
export type NameMethod = (name: string) => Pulse;
export declare const name: NameMethod;
