declare type Pattern = string | string[] | RegExp;
export default function getKeepAlive(name: string, include?: Pattern, exclude?: Pattern, disabled?: boolean): boolean;
export {};
