import meow from 'meow'; import shellac from 'shellac'; export declare type ShellacValueInterpolation = string | boolean | undefined | number | null; export declare type ShellacInterpolations = ShellacValueInterpolation | Promise | ((a: string) => void) | ((a: string) => Promise) | (() => Promise); export { shellac }; export const cli: meow.Result>; export const task: (strings: TemplateStringsArray, ...impls: ShellacInterpolations[]) => (() => Promise);