export declare function toString(value?: boolean, truthy?: string, falsy?: string, nil?: string): string | undefined;
